home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeConen.cab / xweb.org1.tem.STYLE1.CSS.en < prev    next >
Encoding:
Text File  |  2009-06-09  |  2.4 KB  |  145 lines

  1. ∩╗┐@import url("layout.css");
  2. body {
  3.     font-family: Arial, Helvetica, sans-serif;
  4.     font-size: 0.8em;
  5.     background-attachment: scroll;
  6.     background-color: #b9cfa1;
  7.     background-image: url("../images/background.gif");
  8.     background-position: top left;
  9.     background-repeat: repeat-x;
  10. }
  11. #container {
  12.     width: 100%;
  13.     margin-top: 57px;
  14.     border-bottom: 2px solid #363636;
  15.     background-color: #fff;
  16. }
  17. #masthead {
  18.     width: 670px;
  19.     margin-right: auto;
  20.     margin-left: auto;
  21.     overflow: hidden;
  22.     padding-top: 15px;
  23.     padding-bottom: 15px;
  24. }
  25. #navigation {
  26.     width: 670px;
  27.     margin-right: auto;
  28.     margin-left: auto;
  29.     clear: both;
  30.     overflow: hidden;
  31. }
  32. #page_content {
  33.     position: relative;
  34.     width: 670px;
  35.     margin-left: auto;
  36.     margin-right: auto;
  37.     padding: 0px;
  38. }
  39. #content {
  40.     position: relative;
  41.     float: left;
  42.     width: 320px;
  43.     text-align: left;
  44.     padding-top: 5px;
  45.     padding-bottom: 5px;
  46. }
  47. #sidebar {
  48.     float: right;
  49.     width: 330px;
  50.     text-align: left;
  51.     padding-top: 5px;
  52.     padding-bottom: 5px;
  53. }
  54. #footer {
  55.     clear: both;
  56.     width: 670px;
  57.     margin-right: auto;
  58.     margin-left: auto;
  59.     padding-bottom: 10px;
  60.     text-align: left;
  61.     padding-top: 10px;
  62. }
  63. /* Masthead Styles */
  64. #masthead h1 {
  65.     font-weight: normal;
  66.     color: #261;
  67.     text-transform: uppercase;
  68.     display: inline;
  69. }
  70. #masthead h3 {
  71.     font-weight: normal;
  72.     color: #708090;
  73.     display: inline;
  74.     margin-top: 3.5%;
  75.     margin-left: 10%;
  76. }
  77. /* Navigation Styles */
  78. #navigation ul {
  79.     list-style-type: none;
  80.     width: auto;
  81.     margin: 0;
  82.     padding: 0;
  83. }
  84. #navigation li {
  85.     float: left;
  86. }
  87. #navigation a {
  88.     text-decoration: none;
  89.     color: #fff8dc;
  90.     display: block;
  91.     margin: 0 1px;
  92.     padding: 5px;
  93.     border: 1px solid #708090;
  94.     background-color: #8fbc8f;
  95. }
  96. #navigation a:hover {
  97.     text-decoration: none;
  98.     color: #261;
  99.     background-color: #ccc;
  100. }
  101. /* Content Styles */
  102. #content h1,h2,h3,h4,h5,h6 {
  103.     color: #455;
  104. }
  105. #content img {
  106.     padding: 5px;
  107.     border: 1px solid #708090;
  108. }
  109. /* Sidebar Styles */
  110. #sidebar p {
  111.     color: #555;
  112. }
  113. #sidebar img {
  114.     float: right;
  115.     margin-bottom: 5px;
  116.     margin-left: 5px;
  117. }
  118. /* Footer Styles */
  119. #footer p {
  120.     font-size: 0.85em;
  121.     color: #c4c4c4;
  122. }
  123. #footer a {
  124.     color: #708090;
  125.     text-decoration: underline;
  126. }
  127. #footer a:hover {
  128.     color: #2f4f4f;
  129.     text-decoration: none;
  130. }
  131. /* Link Styles */
  132. a {
  133.     color: #261;
  134.     text-decoration: underline;
  135. }
  136. a:hover {
  137.     color: #708090;
  138.     text-decoration: underline;
  139. }
  140. .style_bold {
  141.     font-weight: bold;
  142. }
  143. .style_italic {
  144.     font-style: italic;
  145. }